Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / tSrI<KvrI> Class / OnDpiChangedBeforeParent Method


In This Topic
    OnDpiChangedBeforeParent Method (tSrI<KvrI>)
    In This Topic
    Called when the DPI has changed, and the parent was not yet notified about it
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(True)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)>
    Protected Overrides Sub OnDpiChangedBeforeParent( _
       ByVal KtrI As System.EventArgs _
    ) 
    'Usage
     
    
    Dim instance As tSrI(Of KvrI)
    Dim KtrI As System.EventArgs
     
    instance.OnDpiChangedBeforeParent(KtrI)
    [System.ComponentModel.Browsable(true)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
    protected override void OnDpiChangedBeforeParent( 
       System.EventArgs KtrI
    )

    Parameters

    KtrI
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also